GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-18T21:37:20.9730028+00:00",
"SubmitDate": "2026-02-18T21:37:20.9730028+00:00",
"ReportPeriodStart": "2026-02-18T21:37:20.9730028+00:00",
"ReportPeriodEnd": "2026-02-18T21:37:20.9730028+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0732e27d-b47c-4955-856b-4cd31194d860",
"Rows": [
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0732e27d-b47c-4955-856b-4cd31194d860",
"Rows": [
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5b16fb0e-a0f8-4d8b-8632-39bf102c76e8",
"09408e57-52bf-4372-8757-c7ef186d1a7c"
],
"Approvers": [
"107cf86c-a492-49e9-ba25-2211bf8a7e1e",
"f0d629c1-e346-4b49-866c-386f28d7b899"
],
"ApprovedBy": "b915fc67-502c-4e01-927b-ab008a7a1494",
"ApprovalDate": "2026-02-18T21:37:20.9730028+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a4d9b573-22c1-4895-8aa4-b4ee53fb19ac",
"id": "e3c9461d-4e2f-41b1-a2c5-363026ea9d7b",
"ConfigId": "bd02be58-ec5a-43a5-8011-d04f0eb43722"
},
{
"GenerationDate": "2026-02-18T21:37:20.9730028+00:00",
"SubmitDate": "2026-02-18T21:37:20.9730028+00:00",
"ReportPeriodStart": "2026-02-18T21:37:20.9730028+00:00",
"ReportPeriodEnd": "2026-02-18T21:37:20.9730028+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0732e27d-b47c-4955-856b-4cd31194d860",
"Rows": [
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0732e27d-b47c-4955-856b-4cd31194d860",
"Rows": [
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ab962db2-3a99-4108-9002-297855d4f731",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5b16fb0e-a0f8-4d8b-8632-39bf102c76e8",
"09408e57-52bf-4372-8757-c7ef186d1a7c"
],
"Approvers": [
"107cf86c-a492-49e9-ba25-2211bf8a7e1e",
"f0d629c1-e346-4b49-866c-386f28d7b899"
],
"ApprovedBy": "b915fc67-502c-4e01-927b-ab008a7a1494",
"ApprovalDate": "2026-02-18T21:37:20.9730028+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a4d9b573-22c1-4895-8aa4-b4ee53fb19ac",
"id": "e3c9461d-4e2f-41b1-a2c5-363026ea9d7b",
"ConfigId": "bd02be58-ec5a-43a5-8011-d04f0eb43722"
}
]